Int16NINumericInt16NRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Remainder(
Int16N value
)
Private Function Remainder (
value As Int16N
) As Int16N Implements INumeric(Of Int16N).Remainder
private:
virtual Int16N Remainder(
Int16N value
) sealed = INumeric<Int16N>::Remainder
private abstract Remainder :
value : Int16N -> Int16N
private override Remainder :
value : Int16N -> Int16N
- value Int16N
- The value as the divisor.
Int16NThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)